home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / doorware / xmas!16.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1996-12-01  |  770b  |  25 lines

  1. @ECHO OFF
  2. CLS
  3. ECHO Make sure PKUNZIP.EXE is located in your PATH.
  4. PAUSE
  5. CLS
  6. ECHO Now installing "A db Software Trivia Door"
  7. ECHO Creating Sub-Directories...
  8. mkdir SCREENS
  9. mkdir USERS
  10. ECHO unZIPing internal archives
  11. PKUNZIP SCREENS SCREENS
  12. ERASE SCREENS.ZIP
  13. PAUSE
  14. ECHO Finished...
  15. ECHO .
  16. ECHO Now You will need to edit the .CFG file(s) for YOUR BBS Software.
  17. ECHO Be sure that YOU Read the SYSOPDOC file before you contact the
  18. ECHO Author if you have problems... 99% of the problems you may have
  19. ECHO originate from errors in editing the .CFG... READ Also the file
  20. ECHO ERROR.QB for more details. Thank you.
  21. ECHO .
  22. ECHO .
  23. ECHO .                          Copyright 1991-97, Dan Bernasconi
  24. ECHO .                                 All rights reserved
  25.